Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added the possibility of reading little endian bits #87

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Added the possibility of reading little endian bits #87

wants to merge 1 commit into from

Conversation

alansikora
Copy link

@alansikora alansikora commented Sep 27, 2018

This is a really simple change, but looks like it works fine both for BE and LE. Honestly, I do not have time currently to thoroughly study all the cases and possibilities but, logically, it should not break anything.

const myParser = new Parser()
  .bitle1("data1")
  .bitle1("data2")

@yuhr
Copy link
Collaborator

yuhr commented Mar 22, 2021

I don't understand what purpose this API is supposed to be used for. Could you give some use case @alansikora?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants